Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22386 | GEN003090 | SV-38359r1_rule | ECLP-1 | Medium |
Description |
---|
To protect the integrity of scheduled system jobs and to prevent malicious modification to these jobs, crontab files must be secured. ACLs on crontab files may provide unauthorized access to the files. |
STIG | Date |
---|---|
HP-UX 11.31 Security Technical Implementation Guide | 2012-05-25 |
Check Text ( C-36470r1_chk ) |
---|
Check the permissions of the crontab files. # ls -lL /var/spool/cron/crontabs If the permissions include a "+", the file has an extended ACL, this is a finding. |
Fix Text (F-31813r1_fix) |
---|
Remove the optional ACL from the file. # chacl -z |